home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / software / love / penezniden.exe / {app} / Penezni denik.exe / 0 / RCDATA / TRESTART / TRESTART.txt < prev   
Encoding:
Text File  |  2003-12-28  |  1.5 KB  |  70 lines

  1. object Restart: TRestart
  2.   Left = 192
  3.   Top = 114
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restart po∩┐╜∩┐╜ta∩┐╜e'
  6.   ClientHeight = 93
  7.   ClientWidth = 422
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 32
  20.     Top = 8
  21.     Width = 359
  22.     Height = 13
  23.     Caption = 'Nastaven∩┐╜ asociace soubor∩┐╜ se projev∩┐╜ a∩┐╜ po restartu po∩┐╜∩┐╜ta∩┐╜e'
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clNavy
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 94
  33.     Top = 32
  34.     Width = 240
  35.     Height = 16
  36.     Caption = 'P∩┐╜ejete si restartovat po∩┐╜∩┐╜ta∩┐╜ nyn∩┐╜?'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clRed
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.   end
  44.   object Image1: TImage
  45.     Left = 32
  46.     Top = 32
  47.     Width = 33
  48.     Height = 33
  49.     Picture.Data = {<image000.ico>}
  50.   end
  51.   object Button1: TButton
  52.     Left = 96
  53.     Top = 64
  54.     Width = 97
  55.     Height = 25
  56.     Caption = '&Ano'
  57.     TabOrder = 0
  58.     OnClick = Button1Click
  59.   end
  60.   object Button2: TButton
  61.     Left = 232
  62.     Top = 64
  63.     Width = 97
  64.     Height = 25
  65.     Caption = '&Ne'
  66.     TabOrder = 1
  67.     OnClick = Button2Click
  68.   end
  69. end
  70.